MarginTrader_debug.txt
If this file exist,
Margin Trader run in debug mode and write Comments with same calculations and data.
You can use in code:
if(debug) c += _LF + "Message value: " + IntegerToString(some_number);
